html {
  font-family: "Merriweather Sans", sans-serif;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  margin-top: 30px;
}

article {
  margin-bottom: 80px;
}

/* Escurecer imagem */
.imgSlider {
  filter: brightness(50%);
  /*border: 5px solid white;*/
}

/* Espaçamento para os bookmarks*/
.anchor {
  padding-top: 60px;
  margin-top: -60px;
}

h2,
i {
  color: black;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

h2 {
  text-align: Center;
  color: White;
  padding: 10px 10px 10px 10px;
  background-color: black;
}

a {
  color: white !important;
}

.slider .indicators .indicator-item.active {
  background-color: black !important;
}

.material-icons,
.icon-text,
.mdi {
  vertical-align: middle;
}

#headerCaixaAlta {
  margin: 30px 30px 30px 30px !important;
}

blockquote {
  border-left: 5px solid #3f51b5 !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#logotipo {
  margin-top: 8px;
  margin-left: 3px;
  height: 50px;
}

#logo-texto {
  margin-left: 70px;
  font-size: 17px;
}

.contato {
  font-family: "Roboto", sans-serif;
}

#titulo-collection {
  font-size: 15px;
  font-weight: 800;
}

#facebook {
  color: white !important;
}

.bree-serif {
  font-family: "Bree Serif", serif;
  color: black !important;
}

.ubuntu {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 10px;
  font-size: 40px;
}

.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

nav ul a:hover {
  background-color: rgb(239, 83, 80) !important;
  color: #827717 !important;
}

.imagem {
  position: relative;
  text-align: center;
  color: white;
}

.texto-quemsomos {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.texto-servicos {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.texto-contato {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.texto-bottom-contato {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.texto-compromisso-cliente {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linha-amarela {
  color: #ffea00;
  background-color: #ffea00;
  height: 1px;
  width: 120px;
}

i {
  color: black !important;
}

#imgServico {
  background-image: url("/web/20220115075413im_/http://moraissouzaadv.com.br/img/007.jpg");
}

ul li {
  font-family: "Montserrat", sans-serif;
}
